PHY SET CLOTH THICKNESS

Set how thick a cloth object is.

  Syntax
PHY SET CLOTH THICKNESS ID, value#
  Parameters
ID
Integer
identification number of the cloth object
value#
Float
new thickness level

  Returns

  Description

The cloth thickness makes the triangles of the cloth fat for the purposes of collision detection. This improves the robustness of the collision detection. Setting the thickness very low is not recommended as this will lead to poor collision handling. The default value for this is 0.01 and the range is from 0 to infinity. Use this command to set the current thickness level of the specified cloth object.

  Example Code
No example code is provided for this command